home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ident / patches / sendmail-5.65c+IDA-1.4.4.1-ident.README < prev    next >
Text File  |  1992-07-29  |  1KB  |  30 lines

  1. The "sendmail-5.65c+IDA-1.4.4.1-ident.patch" file contains the modifications
  2. needed to add support of RFC931/IDENT/TAP (from now on called IDENT) in
  3. Sendmail. It uses the IDENT protocol to retrieve the identifier associated
  4. with a TCP/IP connection if someone initates a connection to the SMTP port.
  5. (And the machine the connection was initated from has a server running that
  6. implements this protocol. One such server can be FTP'd from the machine
  7. "ftp.lysator.liu.se" in the directory "pub/ident" as "pidentd-???.tar.Z".
  8.  
  9. It will put the identifier retrieved into the "$F" macro so that it can
  10. be included at an apropriate place in the "sendmail.cf" configuration file.
  11. For example, we are using the following entry for the "HReceived" line:
  12.  
  13.     HReceived: $?sfrom $s $.by $j $?r with $r$.
  14.               ($v/$Z/Lysator-3.1) id $i; $b $?F
  15.               (rfc931-sender: $F@$S)$.
  16.  
  17. This will add a comment line to the "Received:" line if it can retreive
  18. an identifier.
  19.  
  20. The identifier will also be included in the "syslog" log file. An example
  21. of how it might look like is:
  22.  
  23. Jul 29 08:17:43 lysator sendmail[10169]: AA10169: from=<owner-operlist@eff.org>, size=1239, class=0, received from daemon@eff.org (192.88.144.3)
  24.  
  25. This patch should work on plain Sendmail-5.65c with some small hand editing
  26. (the line numbers might now match exactly).
  27.  
  28. Peter Eriksson <pen@lysator.liu.se>, 30 July 1992
  29.  
  30.